projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db5d411
)
paragraphs: update sentence-end-base :version after changing the default
author
Michal Nazarewicz
<mina86@mina86.com>
Tue, 20 Jan 2015 18:30:55 +0000
(19:30 +0100)
committer
Michal Nazarewicz
<mina86@mina86.com>
Tue, 20 Jan 2015 18:33:07 +0000
(19:33 +0100)
The default value of the `sentence-end-base' defcustom has been changed
in ‘recognise more Unicode characters as end of sentence’ commit but
:version has not been updated accordingly. Fix that.
lisp/textmodes/paragraphs.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/paragraphs.el
b/lisp/textmodes/paragraphs.el
index 09451a6b1978fae18c231b77ea08ae8456a7e897..8bcc71ed5317dbecf8cace45221bf97fc736f919 100644
(file)
--- a/
lisp/textmodes/paragraphs.el
+++ b/
lisp/textmodes/paragraphs.el
@@
-172,7
+172,7
@@
to obtain the value of this variable."
"Regexp matching the basic end of a sentence, not including following space."
:group 'paragraphs
:type 'string
- :version "2
2
.1")
+ :version "2
5
.1")
(put 'sentence-end-base 'safe-local-variable 'stringp)
(defun sentence-end ()